home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJTST200.ZIP / tests / libc / crt0 / nop.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-13  |  36 b   |  6 lines

  1. int
  2. main(void)
  3. {
  4.   return 4;
  5. }
  6.